home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP14 / BIGJOB1.MAK < prev    next >
Encoding:
Text File  |  1996-01-01  |  235 b   |  10 lines

  1. #-----------------------
  2. # BIGJOB1.MAK make file
  3. #-----------------------
  4.  
  5. bigjob1.exe : bigjob1.obj
  6.      $(LINKER) $(GUIFLAGS) -OUT:bigjob1.exe bigjob1.obj $(GUILIBS)
  7.  
  8. bigjob1.obj : bigjob1.c
  9.      $(CC) $(CFLAGSMT) bigjob1.c
  10.